Searched defs:isEntry (Results 1 – 6 of 6) sorted by relevance
36 bool isEntry() const { return PredJumps.empty(); } in isEntry() function
106 bool isEntry(const BlockT *Block) const { in isEntry() function
126 bool isEntry() const { return Index == PseudoProbeFirstId; } in isEntry() function
205 bool isEntry() const { return Index == 0; } isEntry() function 272 bool isEntry() const { return Nodes[0]->Index == 0; } isEntry() function
1816 bool isEntry() { in isEntry() function
2327 bool isEntry = CurrentRegion->getEntry() == InnerRegion->getEntry(); in createIfRegion() local