Home
last modified time | relevance | path

Searched refs:PredJumps (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h33 std::vector<FlowJump *> PredJumps; member
36 bool isEntry() const { return PredJumps.empty(); } in isEntry()
275 Func.Blocks[Dst].PredJumps.push_back(&Jump); in createFlowFunction()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp998 for (auto *Jump : Block->PredJumps) { in rebalanceUnknownSubgraph()