Searched refs:getConditionalTailCall (Results 1 – 10 of 10) sorted by relevance
131 if (getConditionalTailCall(Inst)) in isTailCall()220 MCPlusBuilder::getConditionalTailCall(const MCInst &Inst) const { in getConditionalTailCall() function in MCPlusBuilder237 if (!getConditionalTailCall(Inst)) in unsetConditionalTailCall()
230 if (BC.MIB->getConditionalTailCall(Instr)) { in getDynoStats()
296 if (CTCInstr && BC.MIB->getConditionalTailCall(*CTCInstr)) { in inferFallThroughCounts()
237 !BC.MIB->getConditionalTailCall(Instruction)) { in parseLSDA()
2002 !MIB->getConditionalTailCall(*PrevInstr) && in buildCFG()2103 MIB->getConditionalTailCall(*LastInstr); in buildCFG()2242 BC.MIB->getConditionalTailCall(*CTCInstr); in removeConditionalTailCalls()
88 if (BC.MIB->getConditionalTailCall(Instr)) { in convert()
184 } else if (BC.MIB->getConditionalTailCall(*Instr)) { in parseFunctionProfile()
663 } else if (BC.MIB->getConditionalTailCall(*Instr)) { in convertBranchData()
875 if (getConditionalTailCall(Inst)) in convertTailCallToJmp()882 if (getConditionalTailCall(Inst)) in lowerTailCall()
1079 Optional<uint64_t> getConditionalTailCall(const MCInst &Inst) const;