Home
last modified time | relevance | path

Searched refs:scanFunction (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CompressJumpTables.cpp46 bool scanFunction();
87 bool AArch64CompressJumpTables::scanFunction() { in scanFunction() function in AArch64CompressJumpTables
173 if (!scanFunction()) in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAssumptionCache.h104 void scanFunction();
152 scanFunction(); in assumptions()
159 scanFunction(); in assumptionsFor()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBranchRelaxation.cpp97 void scanFunction();
171 /// scanFunction - Do the initial scan of the function, building up in scanFunction()
173 void BranchRelaxation::scanFunction() { in scanFunction()
743 scanFunction();
164 void BranchRelaxation::scanFunction() { scanFunction() function in BranchRelaxation
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAssumptionCache.cpp168 void AssumptionCache::scanFunction() { in scanFunction() function in AssumptionCache