Home
last modified time | relevance | path

Searched defs:isEntry (Results 1 – 6 of 6) sorted by relevance

/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSampleProfileInference.h36 bool isEntry() const { return PredJumps.empty(); } in isEntry() function
/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h106 bool isEntry(const BlockT *Block) const { isEntry() function
/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h126 bool isEntry() const { return Index == PseudoProbeFirstId; } isEntry() function
/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeLayout.cpp226 bool isEntry() const { return Index == 0; } in isEntry() function
296 bool isEntry() const { return Nodes[0]->Index == 0; } in isEntry() function
/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicInst.h1781 bool isEntry() { isEntry() function
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineCFGStructurizer.cpp