Home
last modified time | relevance | path

Searched defs:BasicBlocks (Results 1 – 10 of 10) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h184 std::vector<const BasicBlockT *> BasicBlocks; in apply() local
243 createFlowFunction(const std::vector<const BasicBlockT * > & BasicBlocks,DenseMap<const BasicBlockT *,uint64_t> & BlockIndex) createFlowFunction() argument
302 findUnlikelyJumps(const std::vector<const BasicBlockT * > & BasicBlocks,BlockEdgeMap & Successors,FlowFunction & Func) findUnlikelyJumps() argument
[all...]
/llvm-project/llvm/include/llvm/Analysis/
H A DTrace.h33 BasicBlockListType BasicBlocks; variable
/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h127 std::vector<const BasicBlock *> BasicBlocks; variable
/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h126 std::vector<const BasicBlock*> BasicBlocks; variable
/llvm-project/llvm/unittests/Analysis/
H A DDomTreeUpdaterTest.cpp375 std::vector<BasicBlock *> BasicBlocks; TEST() local
/llvm-project/llvm/lib/CodeGen/
H A DStackColoring.cpp405 DenseMap<const MachineBasicBlock *, int> BasicBlocks; global() member in __anon00fe5d1a0111::StackColoring
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp604 findUnlikelyJumps(const std::vector<const BasicBlockT * > & BasicBlocks,BlockEdgeMap & Successors,FlowFunction & Func) findUnlikelyJumps() argument
/llvm-project/llvm/lib/Target/ARM/
H A DARMLowOverheadLoops.cpp540 SmallPtrSet<MachineBasicBlock*, 2> BasicBlocks; INITIALIZE_PASS() local
/llvm-project/bolt/include/bolt/Core/
H A DBinaryFunction.h554 BasicBlockListType BasicBlocks; global() variable
[all...]
/llvm-project/polly/lib/Analysis/
H A DScopBuilder.cpp145 enum class GranularityChoice { BasicBlocks, ScalarIndependence, Stores }; enumerator